testing.chattyPrinter.w (field)
6 uses
testing (current package)
testing.go#L575: w io.Writer
testing.go#L582: return &chattyPrinter{w: w, json: chatty.json}
testing.go#L608: fmt.Fprintf(p.w, p.prefix()+format, args...)
testing.go#L620: fmt.Fprintf(p.w, "%s=== NAME %s\n", p.prefix(), testName)
testing.go#L624: fmt.Fprintf(p.w, format, args...)
testing.go#L832: if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)